projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c95f45
)
(store_frame_title_char) [PROTOTYPES]: Provide ISO C
author
Dave Love
<fx@gnu.org>
Fri, 22 Nov 2002 12:22:20 +0000
(12:22 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 22 Nov 2002 12:22:20 +0000
(12:22 +0000)
arglist.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f10789e378aaa6d5eb274b5becd42f958b772a10..36d26f5cef8bba36fba7860da54add41cc70d2ef 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-7235,8
+7235,12
@@
static char *frame_title_ptr;
Re-allocate frame_title_buf if necessary. */
static void
+#ifdef PROTOTYPES
+store_frame_title_char (char c)
+#else
store_frame_title_char (c)
char c;
+#endif
{
/* If output position has reached the end of the allocated buffer,
double the buffer's size. */